Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.threed.web.ui.resources.contrib--resources

This contribution is part of XML component org.nuxeo.threed.web.ui.resources.contrib inside nuxeo-platform-3d-web-ui-9.10.jar /OSGI-INF/threed-webresources-contrib.xml

Extension Point

Extension point resources of component WebResources.

Contributed Items

  • <resource name="nuxeo-threed.html" shrinkable="false" type="import">
          <uri>/ui/nuxeo-threed/nuxeo-threed.html</uri>
        </resource>
  • <resource name="threed.svg" shrinkable="false" type="import">
          <uri>/ui/images/doctypes/threed.svg</uri>
        </resource>

XML Source

<extension point="resources" target="org.nuxeo.ecm.platform.WebResources">
    <resource name="nuxeo-threed.html" shrinkable="false" type="import">
      <uri>/ui/nuxeo-threed/nuxeo-threed.html</uri>
    </resource>
    <resource name="threed.svg" shrinkable="false" type="import">
      <uri>/ui/images/doctypes/threed.svg</uri>
    </resource>
  </extension>